A programming language that is sort of like Pascal except more like assembly except that it isn't very much like either one, or anything else. It is either the best language available to the art today, or it isn't.
--> Ray Simard
The C Programming Language : A language which combines
the flexibility of assembly language with the power of assembly language.
--> ?
The C Programming Language : A language which combines all the elegance and power of assembly language with all the readability and maintainability of assembly language.
"GCC is a retargetable and highly optimizing implementation of ANSI C. It was written by Richard Stallman and a cast of thousands (well, scores) around the world. Although GCC was originally designed to be a Unix-based compiler, this version has been adapted to be a drop-in replacement for the standard MPW C compiler. This distribution includes both C and C++ compilers.
If you have never used MPW GCC before then this distribution will be very hard to get started with. You might want to wait for a correctly-working version. Presently gcc will only compile a limited subset of programs correctly (we don't know exactly which ones, that's why this is not a real release!)"
"This version is described as a 'demo' since it lacks a standard C library, and facilities for automated builds, scripts etc., and it generates applications only. Only MacsBug debugging is supported. However it is in no way crippled and these features could (I won't say easily) be added if there is interest."
AUTHOR:
Richard Stallman
mac port:
Jonathan Kimmitt
COPYRIGHT:
(c) 1987 - 1990 Free S/W Foundation
(c) 1990 -1993 Apple Computer,Inc.
(c) 1993 Jonathan Kimmitt
TYPE:
Freeware (:Postcardware)
INTERNET SITES:
ftp://ftp.switch.ch/software/mac/src/think_c/
ftp://ftp.fu-berlin.de/pub/mac/lang/C/
ftp://ftp.cs.tu-berlin.de/pub/mac/lang/C/
2. Harvest C
VERSION - UPDATE: 1.3 (06-20-93)
README:
"The MPW 3.2 headers must be in a folder called "(Harvest C Headers)",in the same folder as the Harvest C application. The MPW 3.2 libs must be in a folder called "(Harvest C Libraries)", also in the same folder as the Harvest C application." [ see * ]
"lcc is the retargetable compiler for ANSI C described in our {read: Chris Fraser and David Hanson} book "A Retargetable C Compiler: Design and Implementation" (Benjamin/Cummings, 1995, ISBN 0-8053-1670-1)"
"This is a MPW tool version of lcc that generates assembly output for the MPW 68k Assembler. MPW, the MPW 68k Assembler and the MPW Runtime libraries are needed to use this version of lcc as well as a C preprocessor. "
AUTHORS:
Chris Fraser
David Hanson
mac port:
Woodrow Yeung
COPYRIGHT:
(c) 1991,1992,1993,1994,1995 by AT&T, Christopher W. Fraser, and David R. Hanson